home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Programming / Programming Languages / ABC Language / MacABC v1.02.01 / MacABC v1.02.01.rsrc / STR#_3.txt < prev    next >
Encoding:
Text File  |  1990-01-25  |  980 b   |  57 lines

  1. in #t, t is not a text list or table
  2.  
  3. in e#t, t is not a text list or table
  4.  
  5. in e#t, t is a text, but e is not a character
  6.  
  7. in min t, t is not a text list or table
  8.  
  9. in min t, t is empty
  10.  
  11. in max t, t is not a text list or table
  12.  
  13. in max t, t is empty
  14.  
  15. in e min t, t is not a text list or table
  16.  
  17. in e min t, t is empty
  18.  
  19. in e min t, t is a text, but e is not a character
  20.  
  21. in e min t, no element of t exceeds e
  22.  
  23. in e max t, t is not a text list or table
  24.  
  25. in e max t, t is empty
  26.  
  27. in e max t, t is a text, but e is not a character
  28.  
  29. in e max t, no element of t is less than e
  30.  
  31. in t item n, t is not a text list or table
  32.  
  33. in t item n, t is empty
  34.  
  35. in t item n, n is not a number
  36.  
  37. in t item n, n is not an integer
  38.  
  39. in t item n, n is < 1
  40.  
  41. in t item n, n exceeds #t
  42.  
  43. in n th'of t, t is not a text list or table
  44.  
  45. in n th'of t, t is empty
  46.  
  47. in n th'of t, n is not a number
  48.  
  49. in n th'of t, n is not an integer
  50.  
  51. in n th'of t, n is < 1
  52.  
  53. in n th'of t, n exceeds #t
  54.  
  55. Bigsize in Bottom or Crange (327)
  56.  
  57.